#include <deGlobalTypes.hpp>
Inheritance diagram for IdeRefCountBase:

Public Member Functions | |
| virtual s32 | Claim ()=0 |
| virtual s32 | Release ()=0 |
Protected Member Functions | |
| virtual | ~IdeRefCountBase () |
|
|
|
|
|
increment the object's reference count
Implemented in deRefCountBase. |
|
|
decrement the object's reference count, causing destruction if it reaches 0
Implemented in deRefCountBase. |
1.3-rc3